home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / RG.z / RG
Text File  |  1996-03-14  |  4KB  |  67 lines

  1.  
  2.  
  3.  
  4. ____RRRRGGGG((((3333FFFF))))                                                                ____RRRRGGGG((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      RG, SRG    -  EISPACK routine.  This subroutine calls the recommended
  10.      sequence of subroutines from the eigensystem subroutine package (EISPACK)
  11.      To find the eigenvalues and eigenvectors (if desired) of a REAL GENERAL
  12.      matrix.
  13.  
  14.  
  15. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  16.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee  rrrrgggg((((nnnnmmmm,,,, nnnn,,,, aaaa,,,, wwwwrrrr,,,, wwwwiiii,,,, mmmmaaaattttzzzz,,,, zzzz,,,, iiiivvvv1111,,,, ffffvvvv1111,,,, iiiieeeerrrrrrrr))))
  17.              iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  18.              ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn aaaa((((nnnnmmmm,,,,nnnn)))),,,, wwwwrrrr((((nnnn)))),,,, wwwwiiii((((nnnn)))),,,, zzzz((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn))))
  19.              iiiinnnntttteeeeggggeeeerrrr          iiiivvvv1111((((nnnn))))
  20.  
  21.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ssssrrrrgggg((((nnnnmmmm,,,, nnnn,,,, aaaa,,,, wwwwrrrr,,,, wwwwiiii,,,, mmmmaaaattttzzzz,,,, zzzz,,,, iiiivvvv1111,,,, ffffvvvv1111,,,, iiiieeeerrrrrrrr))))
  22.              iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  23.              rrrreeeeaaaallll             aaaa((((nnnnmmmm,,,,nnnn)))),,,, wwwwrrrr((((nnnn)))),,,, wwwwiiii((((nnnn)))),,,, zzzz((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn))))
  24.              iiiinnnntttteeeeggggeeeerrrr          iiiivvvv1111((((nnnn))))
  25.  
  26.  
  27.  
  28. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  29.      On Input
  30.  
  31.      NNNNMMMM must be set to the row dimension of the two-dimensional array
  32.      parameters as declared in the calling program dimension statement.
  33.  
  34.      NNNN is the order of the matrix  A.
  35.  
  36.      AAAA contains the real general matrix.
  37.  
  38.      MMMMAAAATTTTZZZZ is an integer variable set equal to zero if only eigenvalues are
  39.      desired.  Otherwise it is set to any non-zero integer for both
  40.      eigenvalues and eigenvectors.  On Output
  41.  
  42.      WWWWRRRR and  WI  contain the real and imaginary parts, respectively, of the
  43.      eigenvalues.  Complex conjugate pairs of eigenvalues appear consecutively
  44.      with the eigenvalue having the positive imaginary part first.
  45.  
  46.      ZZZZ contains the real and imaginary parts of the eigenvectors if MATZ is
  47.      not zero.  If the J-th eigenvalue is real, the J-th column of  Z
  48.      contains its eigenvector.  If the J-TH eigenvalue is complex with
  49.      positive imaginary part, the J-th and (J+1)-th columns of  Z  contain the
  50.      real and imaginary parts of its eigenvector.  The conjugate of this
  51.      vector is the eigenvector for the conjugate eigenvalue.
  52.  
  53.      IIIIEEEERRRRRRRR is an integer output variable set equal to an error completion code
  54.      described in section 2B of the documentation.  The normal completion code
  55.      is zero.
  56.  
  57.      IIIIVVVV1111 and  FV1  are temporary storage arrays. Questions and comments should
  58.      be directed to B. S. Garbow, APPLIED MATHEMATICS DIVISION, ARGONNE
  59.      NATIONAL LABORATORY
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.